@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 5px;
    }

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}
    /*for ie f6n.net*/
    a:focus {
        outline: none;
    }
    /*for ff f6n.net*/
    a:hover {
        text-decoration: none;
    }
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 "微软雅黑","Arial Narrow",HELVETICA;
}

select, input, button, textarea, button {
    font: 99% "微软雅黑","Arial Narrow",HELVETICA;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
 /* background: url(../bzjt_files/tanchuangBg.png);*/
  background: rgba(0,0,0,0.6);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #762a2e;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #762a2e;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
   display:block;
   width:70px;
   height:36px;
   line-height:36px; 
   color:#fff; 
   border-radius:5px; 
   margin:36px auto 0; 
   text-decoration:none;
   background:#762a2e;
}
/* header */
.wrapper{margin:0 auto;width:1200px;}
.hd-Con {position: relative;width: 100%;height: 138px;background: url("../bzjt_files/hd-bg.jpg") no-repeat center;overflow: hidden;}
.hd-Con .content { margin: 0 auto; width: 1200px;height: 138px;}
.hd-logo { overflow: hidden; float: left;display: inline;height: 138px;}
.hd-logo a { display: block; width: 276px;height: 100%; float: left;line-height: 100%;}
.hd-logo h3 {font-size: 24px;color: #762a2e;position: relative;top: 43px;border-left: 1px #e5e5e5 solid;padding-left: 20px;float: left;}
.hd-logo h3 em {display: block;font-size: 16px;margin-top: 5px;color: #000;}
.hd-Con .phone { float: right; overflow: hidden; display: inline; background: url("../bzjt_files/hd-phone.png") center left no-repeat; padding-left:60px; position: relative; top:43px;height: 47px;}
.hd-Con .phone p { font-size: 15px; color: #9f9f9f;float:left;}
.hd-Con .phone p em { display: block;font-size: 21px;color: #762a2e; font-weight: bold;}
/* header end /

/* 导航 */
.Nav{background-color: #257dff;}
.Nav ul { float: left;}
.Nav ul li{font-size: 16px;float: left;width: 115px;height: 50px;text-align: center;line-height: 50px;position: relative;}
.Nav ul li>a{color: #fff;display: block;}
.Nav ul li.cur{background-color: #206CDE;}
.Nav ul li.cur>a{color: #fff;}
.Nav .search { float: right; position:relative;margin-top:10px; width: 275px; height: 30px; border: solid 1px #fff; box-sizing: border-box;}
.Nav .search button {content: '';position: absolute;top: -1px;right: -2px;display: block;background:url("../bzjt_files/search.png") center no-repeat;background-size: 100%;width: 39px;height: 30px;border:none;cursor:  pointer;}
.Nav .search input { border: none; width: 80%;padding-left: 10px;background: none; color: #fff;}
.Nav .search input::-webkit-input-placeholder {color:#fff;}
.Nav .search input:-moz-placeholder {color:#dc9fa2;}
.Nav .search input::-moz-placeholder {color:#dc9fa2;}
.Nav .search input:-ms-input-placeholder {color:#dc9fa2;}
/* 导航 end */

/* 导航下拉  */
.y-submenu07-box {width: 170px;border: solid 1px #dedede;background-color: #fff;margin: 0 auto;position: absolute;left: 0;top: 50px;z-index: 29;display: none;}
.y-submenu07-box a {display: block;text-align: left;color: #999;font-size: 14px;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height: 40px;line-height: 40px;padding-left: 40px;padding-right: 20px;}
.y-submenu07-box a:before {content:'';display: block;width: 11px;height: 1px;background-color: #999;position: absolute;left: 20px;top: 20px;}
.y-submenu07-box a:hover{ background-color: #206CDE;color: #fff;}
.y-submenu07-box a:hover:before{background-color: #fff;}
/* 导航下拉 End */

/* footer */
.footer { position: relative; overflow: hidden; background: #823d41;}
.partner { width: 100%; height: 159px; background: #fff; margin: 0 auto;}
.cooperation{ width: 1200px;font-size: 15px; color: #282b34; margin: 0 auto ; position: relative; padding-top: 53px; padding-bottom: 20px; border-bottom: 1px solid #d5d7d3;}
.cooperation:after { content: ''; position: absolute; width: 24px; height: 24px; left: 0;  bottom:17px;background: url("../bzjt_files/link.png") no-repeat center;}
.partner-left { padding-left: 36px; }
.partner-right { float: right; }
.friendly { width: 1200px; margin: 24px auto 0;}
.friendly a {  float:left;margin-right: 50px; font-size: 14px; color: #999;}
.footer .content dl { float: left; padding-top: 81px; margin-right: 63px;}
.footer dt a{ display: block; color: #fff; font-size: 16px;}
.footer dd { padding-top: 31px; padding-bottom: 54px;}
.footer dd  a{ display: block; font-size: 14px; color: #ac8a8c; margin-bottom: 20px;    }
.ft-phone { width: 204px;float: left; padding-top: 81px; padding-left: 66px;}
.ft-phone a { display: block;  text-align:center;width: 135px; height: 35px; color: #fff; position:relative;background: #cc9966; border-radius: 18px;line-height: 35px; font-size: 14px;}
.ft-phone a:after { display:block; content: ''; width: 17px; height: 15px; background: url("../bzjt_files/ft-consult.png") no-repeat center; position: absolute; bottom: 8px; left: 16px;}
.ft-phone p { padding-top: 30px; color: #fefefe; font-size: 14px; }
.ft-phone h2 { font-size: 24px; color: #fff; padding-top: 14px;}
.ft-phone em { display: block; font-size: 12px; color: #ac8a8c; padding-top: 20px; line-height: 16px;}
.ft-code { float: right; padding-top: 81px; }
.code { width: 149px; height: 149px; border: 1px solid  #9f6f71; box-sizing: border-box;}
.code img {  display: block;margin: 11px auto 0;width:120px;}
.ft-code p { font-size: 14px; color: #ac8a8c; padding-top: 14px; padding-left: 33px;}
.ft-btm { clear: both;  border-top: 1px solid #cfc0c0; text-align: center; color: #ac8a8c; font-size: 13px;}
.btm-leave { padding-top: 30px;}
.btm-leave a{ padding-right: 38px; border-right: 1px solid #a78184; padding-left: 35px; color: #ac8a8c;}
.btm-leave a:nth-of-type(4) { border: none;}
.btm-copyright { padding-top: 20px; padding-bottom: 27px; }
.btm-copyright a { color:#ac8a8c; padding: 0 25px 0 0px;}
/* footer end */